Click or drag to resize

Conversation Class

Represents a single conversation.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeConversation

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class Conversation

The Conversation type exposes the following members.

Constructors
  NameDescription
Public methodConversation
Initializes a new instance of the Conversation class.
Top
Properties
  NameDescription
Public propertyCategories
Contains a collection of strings that identify the categories that are applied to all conversation items in the current folder.
Public propertyDraftItemIds
Gets the draft item ids.
Public propertyFlagStatus
Contains the aggregated flag status for conversation items in the current folder.
Public propertyGlobaIconIndex
Gets the index of the globa icon.
Public propertyGlobalCategories
Contains the category list for all conversation items in a mailbox.
Public propertyGlobalFlagStatus
Contains the aggregated flag status for all conversation items in a mailbox.
Public propertyGlobalHasAttachments
Contains a value that indicates whether at least one conversation item in a mailbox has an attachment.
Public propertyGlobalImportance
Contains the aggregated importance for all conversation items in a mailbox.
Public propertyGlobalItemClasses
Contains a list of item classes that represents all the item classes of the conversation items in a mailbox.
Public propertyGlobalItemIds
Contains the collection of item identifiers for all conversation items in a mailbox.
Public propertyGlobalLastDeliveryTime
Contains the delivery time of the message that was last received in this conversation across all folders in the mailbox.
Public propertyGlobalMessageCount
Contains the total number of conversation items in the mailbox.
Public propertyGlobalSize
Contains the size of the conversation calculated from the size of all conversation items in the mailbox.
Public propertyGlobalUniqueRecipients
Contains the recipient list of a conversation aggregated across a mailbox.
Public propertyGlobalUniqueSenders
Contains a list of all the senders of conversation items in the mailbox.
Public propertyGlobalUniqueUnreadSenders
Contains a list of all the people who have sent messages that are currently unread in this conversation across all folders in the mailbox.
Public propertyGlobalUnreadCount
Contains a count of all the unread conversation items in the mailbox.
Public propertyGroupingAction
Gets the grouping action.
Public propertyHasAttachments
Contains a value that indicates whether at least one conversation item in the current folder has an attachment.
Public propertyIconIndex
Gets the index of the icon.
Public propertyId
Represents the identifier of a conversation.
Public propertyImportance
Contains the aggregated importance for all conversation items in the current folder.
Public propertyInstanceKey
Gets the instance key.
Public propertyItemClasses
Contains a list of item classes that represents all the item classes of the conversation items in the current folder.
Public propertyItemIds
Contains the collection of item identifiers for all conversation items in the current folder.
Public propertyLastDeliveryTime
Contains the delivery time of the message that was last received in this conversation in the current folder.
Public propertyLastModifiedTime
Indicates when an item was last modified.
Public propertyMessageCount
Contains the total number of conversation items in the current folder.
Public propertyNextPredictedAction
Gets the next predicted action.
Public propertyPreview
Gets the preview.
Public propertySize
Contains the conversation size calculated from the size of all conversation items in the current folder.
Public propertyTopic
Represents the conversation topic.
Public propertyUniqueRecipients
Contains the recipient list of a conversation aggregated across a mailbox.
Public propertyUniqueSenders
Contains a list of all the senders of conversation items in the current folder.
Public propertyUniqueUnreadSenders
Contains a list of all the people who have sent messages that are currently unread in this conversation in the current folder.
Public propertyUnreadCount
Contains the count of unread conversation items within a folder.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also